<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
.header-bg {
    width: 100%;
    height: 120px;

}

.header {
    background:url("/static/images/seres_logo.png") no-repeat 200px 48px;
    width: 1200px;
    margin: auto;
    height: 120px;
    line-height: 120px;
}

.nav {
    padding-left: 600px;
}

.nav li  {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;

}
.nav li a{
    text-decoration: none;
    color: inherit;
}
.nav li:hover{
    background-color: #004d6f;
    color: #fff;
    border: 1px solid #004d6f;
    border-radius: 4px;
}
.nav li.cur{
    background-color: #004d6f;
    color: #fff;
    border: 1px solid #004d6f;
    border-radius: 4px;
    font-weight: bold;
}
.splash{
    width: 100%;
    min-width: 1200px;
    height: auto;
    border: 0px solid #ccc;
    margin: auto;
}
.splash img{
    width: 100%;
    height: 100%;
}
.content{
    width: 1200px;
    margin: 10px auto;
}
.title{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.detail{
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}
.detail p{
    line-height: 30px;
}
.footer{
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    padding: 10px 0px;
    text-align: center;
    position: static;
    bottom: 0px;
    left: 0px;
    background-color: #ccc;
    /*color:  #004d6f;*/
    color: #fff;
    font-size: 13px;
}</pre></body></html>